* Wealth index calculation. Keith Purvis, 02/08/2017. Timor Leste DHS 2016. cd 'C:\TL71\Wealth'. include file='C:\TL71\Wealth\wealth_assets.sps'. missing values QH120N (99.99). execute. set tvars=both. * Macro definitions to perform some recoding automatically. * Note: Do not use an asterisk in front of a macro name to try to comment it out - it will run any way because of the way the macros are expanded. * Delete the line instead or change the spelling of the macro in the comment. * Do not use the names of macros in comments - they will also be expanded too, and likely will fail. *{Create binary variables based on condition and give label }. define dichotomize( !positional !enclose('(',')') / !positional !tokens(1) / !positional !tokens(1) ) compute !2=0. if (!1) !2=1. variable labels !2 !3. value labels !2 0 'No' 1 'Yes'. formats !2 (f1.0). !enddefine. *(Separate shared toilets from non-shared toilets). define shared_fac( !positional !tokens(1) / !positional !tokens(1) / !positional !tokens(1) ). compute !2 = 0. do if (QH110=1). + if (!1=1) !2 = 1. + compute !1 = 0. end if. variable labels !2 !3. value labels !2 0 'No' 1 'Yes'. formats !2 (f1.0). !enddefine. *{Reset missing values to 'does not have', change 2 code to 0}. define no2zero( !positional !tokens(1) ) if (missing(!1) | !1<>1) !1=0. value labels !1 0 'No' 1 'Yes'. !enddefine. *{Construct Variables}. * Source of drinking water. dichotomize (QH101=11) QH101_11 "Source of drinking water: Kanu be'e dada ba uma". dichotomize (QH101=12) QH101_12 "Source of drinking water: Kanu be'e ba jardin". dichotomize (QH101=13) QH101_13 "Source of drinking water: Kanu be'e ba vizinho". dichotomize (QH101=14) QH101_14 "Source of drinking water: Torneira ba fatin publiku". dichotomize (QH101=21) QH101_21 "Source of drinking water: Be'e mota bomba". dichotomize (QH101=31) QH101_31 "Source of drinking water: Be'e posu taka metin ka be'e matan proteje". dichotomize (QH101=32) QH101_32 "Source of drinking water: Be'e posu taka metin ka be'e matan laproteje". dichotomize (QH101=41) QH101_41 "Source of drinking water: Be'e matan moris be'e matan moris nebe taka metin". dichotomize (QH101=42) QH101_42 "Source of drinking water: Be'e matan moris nebe lataka metin". dichotomize (QH101=51) QH101_51 "Source of drinking water: Udan be'en". dichotomize (QH101=61) QH101_61 "Source of drinking water: Kareta tanki". dichotomize (QH101=71) QH101_71 "Source of drinking water: Karosa/gerobak ho tanki ki'ik". dichotomize (QH101=81) QH101_81 "Source of drinking water: Be'e nebe iha rai leten (mota/barajen) lagoa/kolam/be'e sulin/canal/ kanal iriga". dichotomize (QH101=91) QH101_91 "Source of drinking water: Be'e botir/aqua". * Type of toilet facility. dichotomize (QH109=11) QH109_11 "Type of toilet facility: FLUSH OR POUR FLUSH TOILET FLUSH TO SEPTIC TANK". dichotomize (QH109=12) QH109_12 "Type of toilet facility: FLUSH TO PIT LATRINE". dichotomize (QH109=13) QH109_13 "Type of toilet facility: FLUSH TO SOMEWHERE ELSE". dichotomize (QH109=14) QH109_14 "Type of toilet facility: FLUSH, DON'T KNOW WHERE". dichotomize (QH109=21) QH109_21 "Type of toilet facility: PIT LATRINE VENTILATED IMPROVED PIT LATRINE". dichotomize (QH109=22) QH109_22 "Type of toilet facility: PIT LATRINE WITH SLAB". dichotomize (QH109=23) QH109_23 "Type of toilet facility: PIT LATRINE WITHOUT SLAB/OPEN PIT". dichotomize (QH109=31) QH109_31 "Type of toilet facility: COMPOSTING TOILET". dichotomize (QH109=41) QH109_41 "Type of toilet facility: BUCKET TOILET". dichotomize (QH109=51) QH109_51 "Type of toilet facility: HANGING TOILET/HANGING LATRINE". dichotomize (QH109=61) QH109_61 "Type of toilet facility: NO FACILITY/BUSH/FIELD". shared_fac QH109_11 QH109_11_sh "Type of toilet facility: FLUSH OR POUR FLUSH TOILET FLUSH TO SEPTIC TANK - shared". shared_fac QH109_12 QH109_12_sh "Type of toilet facility: FLUSH TO PIT LATRINE - shared". shared_fac QH109_13 QH109_13_sh "Type of toilet facility: FLUSH TO SOMEWHERE ELSE - shared". shared_fac QH109_14 QH109_14_sh "Type of toilet facility: FLUSH, DON'T KNOW WHERE - shared". shared_fac QH109_21 QH109_21_sh "Type of toilet facility: PIT LATRINE VENTILATED IMPROVED PIT LATRINE - shared". shared_fac QH109_22 QH109_22_sh "Type of toilet facility: PIT LATRINE WITH SLAB - shared". shared_fac QH109_23 QH109_23_sh "Type of toilet facility: PIT LATRINE WITHOUT SLAB/OPEN PIT - shared". shared_fac QH109_31 QH109_31_sh "Type of toilet facility: COMPOSTING TOILET - shared". shared_fac QH109_41 QH109_41_sh "Type of toilet facility: BUCKET TOILET - shared". shared_fac QH109_51 QH109_51_sh "Type of toilet facility: HANGING TOILET/HANGING LATRINE - shared". * Type of cooking fuel. dichotomize (QH113=1) QH113_1 "Type of cooking fuel: ELECTRICITY". dichotomize (QH113=2) QH113_2 "Type of cooking fuel: LPG". dichotomize (QH113=3) QH113_3 "Type of cooking fuel: NATURAL GAS". dichotomize (QH113=4) QH113_4 "Type of cooking fuel: BIOGAS". dichotomize (QH113=5) QH113_5 "Type of cooking fuel: KEROSENE". dichotomize (QH113=6 or QH113=7 or QH113=8) QH113_6 "Type of cooking fuel: CHARCOAL/Wood/Straw". * Buffalo. if (missing(QH118A) | QH117 <> 1) QH118A=0. missing values QH118A (99). compute QH118A_1 = (QH118A >= 1 & QH118A <= 4). compute QH118A_2 = (QH118A >= 5 & QH118A <= 9). compute QH118A_3 = (QH118A >= 10 & QH118A <= 98). variable labels QH118A_1 'Buffalo: 1-4' /QH118A_2 'Buffalo: 5-9' /QH118A_3 'Buffalo: 10+'. * Cows/bulls. if (missing(QH118B) | QH117 <> 1) QH118B=0. missing values QH118B (99). compute QH118B_1 = (QH118B >= 1 & QH118B <= 4). compute QH118B_2 = (QH118B >= 5 & QH118B <= 9). compute QH118B_3 = (QH118B >= 10 & QH118B <= 98). variable labels QH118B_1 'Cows/bulls: 1-4' /QH118B_2 'Cows/bulls: 5-9' /QH118B_3 'Cows/bulls: 10+'. * Horses/donkeys/mules. if (missing(QH118C) | QH117 <> 1) QH118C=0. missing values QH118C (99). compute QH118C_1 = (QH118C >= 1 & QH118C <= 4). compute QH118C_2 = (QH118C >= 5 & QH118C <= 9). compute QH118C_3 = (QH118C >= 10 & QH118C <= 98). variable labels QH118C_1 'Horses/donkeys/mules: 1-4' /QH118C_2 'Horses/donkeys/mules: 5-9' /QH118C_3 'Horses/donkeys/mules: 10+'. * Goats. if (missing(QH118D) | QH117 <> 1) QH118D=0. missing values QH118D (99). compute QH118D_1 = (QH118D >= 1 & QH118D <= 4). compute QH118D_2 = (QH118D >= 5 & QH118D <= 9). compute QH118D_3 = (QH118D >= 10 & QH118D <= 98). variable labels QH118D_1 'Goats: 1-4' /QH118D_2 'Goats: 5-9' /QH118D_3 'Goats: 10+'. * Sheep. if (missing(QH118E) | QH117 <> 1) QH118E=0. missing values QH118E (99). compute QH118E_1 = (QH118E >= 1 & QH118E <= 4). compute QH118E_2 = (QH118E >= 5 & QH118E <= 9). compute QH118E_3 = (QH118E >= 10 & QH118E <= 98). variable labels QH118E_1 'Sheep: 1-4' /QH118E_2 'Sheep: 5-9' /QH118E_3 'Sheep: 10+'. * Pigs. if (missing(QH118F) | QH117 <> 1) QH118F=0. missing values QH118F (99). compute QH118F_1 = (QH118F >= 1 & QH118F <= 4). compute QH118F_2 = (QH118F >= 5 & QH118F <= 9). compute QH118F_3 = (QH118F >= 10 & QH118F <= 98). variable labels QH118F_1 'Pigs: 1-4' /QH118F_2 'Pigs: 5-9' /QH118F_3 'Pigs: 10+'. * Chickens or other poultry. if (missing(QH118G) | QH117 <> 1) QH118G=0. missing values QH118G (99). compute QH118G_1 = (QH118G >= 1 & QH118G <= 9). compute QH118G_2 = (QH118G >= 10 & QH118G <= 29). compute QH118G_3 = (QH118G >= 30 & QH118G <= 98). variable labels QH118G_1 'Chickens or other poultry: 1-9' /QH118G_2 'Chickens or other poultry: 10-29' /QH118G_3 'Chickens or other poultry: 30+'. * Ducks. if (missing(QH118H) | QH117 <> 1) QH118H=0. missing values QH118H (99). compute QH118H_1 = (QH118H >= 1 & QH118H <= 4). compute QH118H_2 = (QH118H >= 5 & QH118H <= 9). compute QH118H_3 = (QH118H >= 10 & QH118H <= 98). variable labels QH118H_1 'Ducks: 1-4' /QH118H_2 'Ducks: 5-9' /QH118H_3 'Ducks: 10+'. * Electricity. no2zero QH121A. * Radio. no2zero QH121B. * Television. no2zero QH121C. * Telephone (non-mobile). no2zero QH121D. * Computer. no2zero QH121E. * Refrigerator. no2zero QH121F. * Tape/CD player. no2zero QH121G. * Fan. no2zero QH121H. * Chair. no2zero QH121I. * Sofa. no2zero QH121J. * Cupboard. no2zero QH121K. * Bed. no2zero QH121L. * Sewing machine. no2zero QH121M. * Electric iron. no2zero QH121N. * Watch. no2zero QH122A. * Mobile telephone. no2zero QH122B. * Bicycle. no2zero QH122C. * Motorcycle or scooter. no2zero QH122D. * Animal-drawn cart. no2zero QH122E. * Car or Truck. no2zero QH122F. * Boat with a motor. no2zero QH122G. * Bank account. no2zero QH123. * Main floor material. dichotomize (QH142=11) QH142_11 "Main floor material: NATURAL FLOOR EARTH/SAND". dichotomize (QH142=12) QH142_12 "Main floor material: DUNG". dichotomize (QH142=21) QH142_21 "Main floor material: RUDIMENTARY FLOOR WOOD PLANKS". dichotomize (QH142=22) QH142_22 "Main floor material: PALM/BAMBOO". dichotomize (QH142=31) QH142_31 "Main floor material: FINISHED FLOOR PARQUET OR POLISHED WOOD". dichotomize (QH142=32) QH142_32 "Main floor material: VINYL OR ASPHALT STRIPS". dichotomize (QH142=33) QH142_33 "Main floor material: CERAMIC TILES". dichotomize (QH142=34) QH142_34 "Main floor material: CEMENT". dichotomize (QH142=35) QH142_35 "Main floor material: CARPET". * Main roof material. dichotomize (QH143=11) QH143_11 "Main roof material: NATURAL ROOFING NO ROOF". dichotomize (QH143=12) QH143_12 "Main roof material: THATCH/PALM LEAF". dichotomize (QH143=13) QH143_13 "Main roof material: SOD". dichotomize (QH143=21) QH143_21 "Main roof material: RUDIMENTARY ROOFING RUSTIC MAT". dichotomize (QH143=22) QH143_22 "Main roof material: PALM/BAMBOO". dichotomize (QH143=23) QH143_23 "Main roof material: WOOD PLANKS". dichotomize (QH143=24) QH143_24 "Main roof material: CARDBOARD". dichotomize (QH143=31) QH143_31 "Main roof material: FINISHED ROOFING METAL/ZINC". dichotomize (QH143=32) QH143_32 "Main roof material: WOOD". dichotomize (QH143=33) QH143_33 "Main roof material: CALAMINE/CEMENT FIBER". dichotomize (QH143=35) QH143_35 "Main roof material: CEMENT". dichotomize (QH143=36 or QH143=34) QH143_36 "Main roof material: CERAMIC TILES/ROOFING SHINGLES". * Main wall material. dichotomize (QH144=11) QH144_11 "Main wall material: NATURAL WALLS NO WALLS". dichotomize (QH144=12) QH144_12 "Main wall material: CANE/PALM/TRUNKS/BAMBOO". dichotomize (QH144=13) QH144_13 "Main wall material: DIRT". dichotomize (QH144=21) QH144_21 "Main wall material: RUDIMENTARY WALLS BAMBOO WITH MUD". dichotomize (QH144=22) QH144_22 "Main wall material: STONE WITH MUD". dichotomize (QH144=23) QH144_23 "Main wall material: UNCOVERED ADOBE". dichotomize (QH144=24) QH144_24 "Main wall material: PLYWOOD". dichotomize (QH144=25) QH144_25 "Main wall material: CARDBOARD". dichotomize (QH144=26) QH144_26 "Main wall material: REUSED WOOD". dichotomize (QH144=31) QH144_31 "Main wall material: FINISHED WALLS CEMENT". dichotomize (QH144=32) QH144_32 "Main wall material: STONE WITH LIME/CEMENT". dichotomize (QH144=33) QH144_33 "Main wall material: BRICKS". dichotomize (QH144=34 or QH144=35) QH144_34 "Main wall material: CEMENT BLOCKS/COVERED ADOBE". dichotomize (QH144=36) QH144_36 "Main wall material: WOOD PLANKS/SHINGLES". dichotomize (QH144=96) QH144_96 "Main wall material: OTHER". *{Members per sleeping room}. if (hhusual=0) hhusual=hhslept. if (QH116>0) memsleep=trunc(hhusual/QH116). if (QH116=0) memsleep=hhusual. if (missing(QH116) or QH116>=99 or memsleep>=98) memsleep=99. variable labels memsleep 'Number of members per sleeping room'. value labels memsleep 0 'Less than 1 per room'. formats memsleep (f2.0). missing values memsleep (99). * Compute urban and rural variables coded (1/0) for filters later. compute urban=(QHTYPE = 1). compute rural=(QHTYPE = 2). variable labels urban 'Urban' / rural 'Rural'. value labels urban 1 'Urban' / rural 1 'Rural'. formats urban rural (f1.0). execute. * Check on indicator variable creation. frequencies variables=QHTYPE to LAND. * Toilet facility by shared/not shared. crosstabs /tables=QH109 by QH110. * Land area by units - if there are separate units - need to convert them to one unit. *crosstabs /tables=QH120N by QH120U. frequencies variables= QH101_11 QH101_12 QH101_13 QH101_14 QH101_21 QH101_31 QH101_32 QH101_41 QH101_42 QH101_51 QH101_61 QH101_71 QH101_81 QH101_91 QH109_11 QH109_12 QH109_13 QH109_14 QH109_21 QH109_22 QH109_23 QH109_31 QH109_41 QH109_51 QH109_61 QH109_11_sh QH109_12_sh QH109_13_sh QH109_14_sh QH109_21_sh QH109_22_sh QH109_23_sh QH109_31_sh QH109_41_sh QH109_51_sh QH113_1 QH113_2 QH113_3 QH113_4 QH113_5 QH113_6 QH121A QH121B QH121C QH121D QH121E QH121F QH121G QH121H QH121I QH121J QH121K QH121L QH121M QH121N QH122A QH122B QH122C QH122D QH122E QH122F QH122G QH123 QH142_11 QH142_12 QH142_21 QH142_22 QH142_31 QH142_32 QH142_33 QH142_34 QH142_35 QH143_11 QH143_12 QH143_13 QH143_21 QH143_22 QH143_23 QH143_24 QH143_31 QH143_32 QH143_33 QH143_35 QH143_36 QH144_11 QH144_12 QH144_13 QH144_21 QH144_22 QH144_23 QH144_24 QH144_25 QH144_26 QH144_31 QH144_32 QH144_33 QH144_96 QH144_34 QH144_36 HOUSE LAND memsleep QH118A_1 QH118A_2 QH118A_3 QH118B_1 QH118B_2 QH118B_3 QH118C_1 QH118C_2 QH118C_3 QH118D_1 QH118D_2 QH118D_3 QH118E_1 QH118E_2 QH118E_3 QH118F_1 QH118F_2 QH118F_3 QH118G_1 QH118G_2 QH118G_3 QH118H_1 QH118H_2 QH118H_3 . * Turn off weights before all factor analysis. weight off. * Name the dataset window for the HH data for use later. dataset name assets. save outfile='assets.sav'. *** Test Factor Analysis. filter off. execute. factor /variables QH101_11 QH101_12 QH101_13 QH101_14 QH101_21 QH101_31 QH101_32 QH101_41 QH101_42 QH101_51 QH101_61 QH101_71 QH101_81 QH101_91 QH109_11 QH109_12 QH109_13 QH109_14 QH109_21 QH109_22 QH109_23 QH109_31 QH109_41 QH109_51 QH109_61 QH109_11_sh QH109_12_sh QH109_13_sh QH109_14_sh QH109_21_sh QH109_22_sh QH109_23_sh QH109_31_sh QH109_41_sh QH109_51_sh QH113_1 QH113_2 QH113_3 QH113_4 QH113_5 QH113_6 QH121A QH121B QH121C QH121D QH121E QH121F QH121G QH121H QH121I QH121J QH121K QH121L QH121M QH121N QH122A QH122B QH122C QH122D QH122E QH122F QH122G QH123 QH142_11 QH142_12 QH142_21 QH142_22 QH142_31 QH142_32 QH142_33 QH142_34 QH142_35 QH143_11 QH143_12 QH143_13 QH143_21 QH143_22 QH143_23 QH143_24 QH143_31 QH143_32 QH143_33 QH143_35 QH143_36 QH144_11 QH144_12 QH144_13 QH144_21 QH144_22 QH144_23 QH144_24 QH144_25 QH144_26 QH144_31 QH144_32 QH144_33 QH144_96 QH144_34 QH144_36 HOUSE LAND memsleep QH118A_1 QH118A_2 QH118A_3 QH118B_1 QH118B_2 QH118B_3 QH118C_1 QH118C_2 QH118C_3 QH118D_1 QH118D_2 QH118D_3 QH118E_1 QH118E_2 QH118E_3 QH118F_1 QH118F_2 QH118F_3 QH118G_1 QH118G_2 QH118G_3 QH118H_1 QH118H_2 QH118H_3 /missing meansub /analysis QH101_11 QH101_12 QH101_13 QH101_14 QH101_21 QH101_31 QH101_32 QH101_41 QH101_42 QH101_51 QH101_61 QH101_71 QH101_81 QH101_91 QH109_11 QH109_12 QH109_13 QH109_14 QH109_21 QH109_22 QH109_23 QH109_31 QH109_41 QH109_51 QH109_61 QH109_11_sh QH109_12_sh QH109_13_sh QH109_14_sh QH109_21_sh QH109_22_sh QH109_23_sh QH109_31_sh QH109_41_sh QH109_51_sh QH113_1 QH113_2 QH113_3 QH113_4 QH113_5 QH113_6 QH121A QH121B QH121C QH121D QH121E QH121F QH121G QH121H QH121I QH121J QH121K QH121L QH121M QH121N QH122A QH122B QH122C QH122D QH122E QH122F QH122G QH123 QH142_11 QH142_12 QH142_21 QH142_22 QH142_31 QH142_32 QH142_33 QH142_34 QH142_35 QH143_11 QH143_12 QH143_13 QH143_21 QH143_22 QH143_23 QH143_24 QH143_31 QH143_32 QH143_33 QH143_35 QH143_36 QH144_11 QH144_12 QH144_13 QH144_21 QH144_22 QH144_23 QH144_24 QH144_25 QH144_26 QH144_31 QH144_32 QH144_33 QH144_96 QH144_34 QH144_36 HOUSE LAND memsleep QH118A_1 QH118A_2 QH118A_3 QH118B_1 QH118B_2 QH118B_3 QH118C_1 QH118C_2 QH118C_3 QH118D_1 QH118D_2 QH118D_3 QH118E_1 QH118E_2 QH118E_3 QH118F_1 QH118F_2 QH118F_3 QH118G_1 QH118G_2 QH118G_3 QH118H_1 QH118H_2 QH118H_3 /print univariate initial extraction fscore /criteria factors(1) iterate(25) /extraction pc /rotation norotate /method=correlation. *** Common Factor analysis ***. ** Removed area-specific variables **. ** Agricultural animal variables excluded ** Land area excluded ** Any others ?. *** Common Factor Analysis. filter off. execute. factor /variables QH101_11 QH101_12 QH101_13 QH101_14 QH101_21 QH101_31 QH101_32 QH101_41 QH101_42 QH101_51 QH101_61 QH101_71 QH101_81 QH101_91 QH109_11 QH109_12 QH109_13 QH109_14 QH109_21 QH109_22 QH109_23 QH109_31 QH109_41 QH109_51 QH109_61 QH109_11_sh QH109_12_sh QH109_13_sh QH109_14_sh QH109_21_sh QH109_22_sh QH109_23_sh QH109_31_sh QH109_41_sh QH109_51_sh QH113_1 QH113_2 QH113_3 QH113_4 QH113_5 QH113_6 QH121A QH121B QH121C QH121D QH121E QH121F QH121G QH121H QH121I QH121J QH121K QH121L QH121M QH121N QH122A QH122B QH122C QH122D QH122E QH122F QH122G QH123 QH142_11 QH142_12 QH142_21 QH142_22 QH142_31 QH142_32 QH142_33 QH142_34 QH142_35 QH143_11 QH143_12 QH143_13 QH143_21 QH143_22 QH143_23 QH143_24 QH143_31 QH143_32 QH143_33 QH143_35 QH143_36 QH144_11 QH144_12 QH144_13 QH144_21 QH144_22 QH144_23 QH144_24 QH144_25 QH144_26 QH144_31 QH144_32 QH144_33 QH144_96 QH144_34 QH144_36 HOUSE LAND memsleep /missing meansub /analysis QH101_11 QH101_12 QH101_13 QH101_14 QH101_21 QH101_31 QH101_32 QH101_41 QH101_42 QH101_51 QH101_61 QH101_71 QH101_81 QH101_91 QH109_11 QH109_12 QH109_13 QH109_14 QH109_21 QH109_22 QH109_23 QH109_31 QH109_41 QH109_51 QH109_61 QH109_11_sh QH109_12_sh QH109_13_sh QH109_14_sh QH109_21_sh QH109_22_sh QH109_23_sh QH109_31_sh QH109_41_sh QH109_51_sh QH113_1 QH113_2 QH113_3 QH113_4 QH113_5 QH113_6 QH121A QH121B QH121C QH121D QH121E QH121F QH121G QH121H QH121I QH121J QH121K QH121L QH121M QH121N QH122A QH122B QH122C QH122D QH122E QH122F QH122G QH123 QH142_11 QH142_12 QH142_21 QH142_22 QH142_31 QH142_32 QH142_33 QH142_34 QH142_35 QH143_11 QH143_12 QH143_13 QH143_21 QH143_22 QH143_23 QH143_24 QH143_31 QH143_32 QH143_33 QH143_35 QH143_36 QH144_11 QH144_12 QH144_13 QH144_21 QH144_22 QH144_23 QH144_24 QH144_25 QH144_26 QH144_31 QH144_32 QH144_33 QH144_96 QH144_34 QH144_36 HOUSE LAND memsleep /print univariate initial extraction fscore /criteria factors(1) iterate(25) /extraction pc /rotation norotate /save reg(ALL com) /method=correlation. *** Urban Factor Analysis. filter off. filter by urban. execute. * excluded QH101_71 QH109_31_SH QH113_8 QH143_22 QH144_25. factor /variables QH101_11 QH101_12 QH101_13 QH101_14 QH101_21 QH101_31 QH101_32 QH101_41 QH101_42 QH101_51 QH101_61 QH101_81 QH101_91 QH109_11 QH109_12 QH109_13 QH109_14 QH109_21 QH109_22 QH109_23 QH109_41 QH109_51 QH109_61 QH109_11_sh QH109_12_sh QH109_13_sh QH109_14_sh QH109_21_sh QH109_22_sh QH109_23_sh QH109_41_sh QH109_51_sh QH113_1 QH113_2 QH113_3 QH113_4 QH113_5 QH113_6 QH121A QH121B QH121C QH121D QH121E QH121F QH121G QH121H QH121I QH121J QH121K QH121L QH121M QH121N QH122A QH122B QH122C QH122D QH122E QH122F QH122G QH123 QH142_11 QH142_12 QH142_21 QH142_22 QH142_31 QH142_32 QH142_33 QH142_34 QH142_35 QH143_11 QH143_12 QH143_13 QH143_21 QH143_22 QH143_23 QH143_24 QH143_31 QH143_32 QH143_33 QH143_35 QH143_36 QH144_11 QH144_12 QH144_13 QH144_21 QH144_22 QH144_23 QH144_24 QH144_25 QH144_26 QH144_31 QH144_32 QH144_33 QH144_34 QH144_36 HOUSE LAND memsleep QH118A_1 QH118A_2 QH118A_3 QH118B_1 QH118B_2 QH118B_3 QH118C_1 QH118C_2 QH118C_3 QH118D_1 QH118D_2 QH118D_3 QH118E_1 QH118E_2 QH118E_3 QH118F_1 QH118F_2 QH118F_3 QH118G_1 QH118G_2 QH118G_3 QH118H_1 QH118H_2 QH118H_3 /missing meansub /analysis QH101_11 QH101_12 QH101_13 QH101_14 QH101_21 QH101_31 QH101_32 QH101_41 QH101_42 QH101_61 QH101_81 QH101_91 QH109_11 QH109_12 QH109_13 QH109_14 QH109_21 QH109_22 QH109_23 QH109_41 QH109_51 QH109_61 QH109_11_sh QH109_12_sh QH109_13_sh QH109_14_sh QH109_21_sh QH109_22_sh QH109_23_sh QH109_41_sh QH109_51_sh QH113_1 QH113_2 QH113_3 QH113_4 QH113_5 QH113_6 QH121A QH121B QH121C QH121D QH121E QH121F QH121G QH121H QH121I QH121J QH121K QH121L QH121M QH121N QH122A QH122B QH122C QH122D QH122E QH122F QH122G QH123 QH142_11 QH142_12 QH142_21 QH142_22 QH142_31 QH142_32 QH142_33 QH142_34 QH142_35 QH143_11 QH143_12 QH143_13 QH143_21 QH143_23 QH143_24 QH143_31 QH143_32 QH143_33 QH143_35 QH143_36 QH144_11 QH144_12 QH144_13 QH144_21 QH144_22 QH144_23 QH144_24 QH144_26 QH144_31 QH144_32 QH144_33 QH144_34 QH144_36 HOUSE LAND memsleep QH118A_1 QH118A_2 QH118A_3 QH118B_1 QH118B_2 QH118B_3 QH118C_1 QH118C_2 QH118C_3 QH118D_1 QH118D_2 QH118D_3 QH118E_1 QH118E_2 QH118E_3 QH118F_1 QH118F_2 QH118F_3 QH118G_1 QH118G_2 QH118G_3 QH118H_1 QH118H_2 QH118H_3 /print univariate initial extraction fscore /criteria factors(1) iterate(25) /extraction pc /rotation norotate /save reg(ALL urb) /method=correlation. *** Rural Factor Analysis. filter off. filter by rural. execute. factor /variables QH101_11 QH101_12 QH101_13 QH101_14 QH101_21 QH101_31 QH101_32 QH101_41 QH101_42 QH101_51 QH101_61 QH101_71 QH101_81 QH101_91 QH109_11 QH109_12 QH109_13 QH109_14 QH109_21 QH109_22 QH109_23 QH109_31 QH109_41 QH109_51 QH109_61 QH109_11_sh QH109_12_sh QH109_13_sh QH109_14_sh QH109_21_sh QH109_22_sh QH109_23_sh QH109_31_sh QH109_41_sh QH109_51_sh QH113_1 QH113_2 QH113_3 QH113_4 QH113_5 QH113_6 QH121A QH121B QH121C QH121D QH121E QH121F QH121G QH121H QH121I QH121J QH121K QH121L QH121M QH121N QH122A QH122B QH122C QH122D QH122E QH122F QH122G QH123 QH142_11 QH142_12 QH142_21 QH142_22 QH142_31 QH142_32 QH142_33 QH142_34 QH142_35 QH143_11 QH143_12 QH143_13 QH143_21 QH143_22 QH143_23 QH143_24 QH143_31 QH143_32 QH143_33 QH143_35 QH143_36 QH144_11 QH144_12 QH144_13 QH144_21 QH144_22 QH144_23 QH144_24 QH144_25 QH144_26 QH144_31 QH144_32 QH144_33 QH144_96 QH144_34 QH144_36 HOUSE LAND memsleep QH118A_1 QH118A_2 QH118A_3 QH118B_1 QH118B_2 QH118B_3 QH118C_1 QH118C_2 QH118C_3 QH118D_1 QH118D_2 QH118D_3 QH118E_1 QH118E_2 QH118E_3 QH118F_1 QH118F_2 QH118F_3 QH118G_1 QH118G_2 QH118G_3 QH118H_1 QH118H_2 QH118H_3 /missing meansub /analysis QH101_11 QH101_12 QH101_13 QH101_14 QH101_21 QH101_31 QH101_32 QH101_41 QH101_42 QH101_51 QH101_61 QH101_71 QH101_81 QH101_91 QH109_11 QH109_12 QH109_13 QH109_14 QH109_21 QH109_22 QH109_23 QH109_31 QH109_41 QH109_51 QH109_61 QH109_11_sh QH109_12_sh QH109_13_sh QH109_14_sh QH109_21_sh QH109_22_sh QH109_23_sh QH109_31_sh QH109_41_sh QH109_51_sh QH113_1 QH113_2 QH113_3 QH113_4 QH113_5 QH113_6 QH121A QH121B QH121C QH121D QH121E QH121F QH121G QH121H QH121I QH121J QH121K QH121L QH121M QH121N QH122A QH122B QH122C QH122D QH122E QH122F QH122G QH123 QH142_11 QH142_12 QH142_21 QH142_22 QH142_31 QH142_32 QH142_33 QH142_34 QH142_35 QH143_11 QH143_12 QH143_13 QH143_21 QH143_22 QH143_23 QH143_24 QH143_31 QH143_32 QH143_33 QH143_35 QH143_36 QH144_11 QH144_12 QH144_13 QH144_21 QH144_22 QH144_23 QH144_24 QH144_25 QH144_26 QH144_31 QH144_32 QH144_33 QH144_96 QH144_34 QH144_36 HOUSE LAND memsleep QH118A_1 QH118A_2 QH118A_3 QH118B_1 QH118B_2 QH118B_3 QH118C_1 QH118C_2 QH118C_3 QH118D_1 QH118D_2 QH118D_3 QH118E_1 QH118E_2 QH118E_3 QH118F_1 QH118F_2 QH118F_3 QH118G_1 QH118G_2 QH118G_3 QH118H_1 QH118H_2 QH118H_3 /print univariate initial extraction fscore /criteria factors(1) iterate(25) /extraction pc /rotation norotate /save reg(ALL rur) /method=correlation. * Label the created score variables. rename variables (com1 urb1 rur1=comscore urbscore rurscore). variable labels comscore 'Common wealth score' /urbscore 'Urban wealth score' /rurscore 'Rural wealth score'. * Add a variable used for linking later. filter off. string rowtype_ (A8). compute rowtype_ = 'EST'. * Calculate regressions. ** Area=urban. filter off. filter by urban. execute. * Declare a dataset to be written to in the regression. dataset declare urbancorv. * Run regression of comscore with urbscore. regression /missing listwise /statistics coeff outs R anova /criteria=pin(.05) pout(.10) /noorigin /dependent comscore /method=enter urbscore /outfile=corv(urbancorv). * Activate file of output from regression. dataset activate urbancorv. * Drop all rows of output except the coefficients. select if (rowtype_ = 'EST'). execute. * Delete unnecessary variables before merging. delete variables DEPVAR_ VARNAME_. * Rename variables containing the constant and the coefficient. rename variables CONST_=urbconst urbscore=urbcoeff. * Re-activate the main household data. dataset activate assets. * merge the coefficients. match files /file = * /table = urbancorv /by ROWTYPE_. execute. * Calculate regressions. ** Area=rural. filter off. filter by rural. execute. * Declare a dataset to be written to in the regression. dataset declare ruralcorv. * Run regression of comscore with rurscore. regression /missing listwise /statistics coeff outs R anova /criteria=pin(.05) pout(.10) /noorigin /dependent comscore /method=enter rurscore /outfile=corv(ruralcorv). * Activate file of output from regression. dataset activate ruralcorv. * Drop all rows of output except the coefficients. select if (rowtype_ = 'EST'). execute. * Delete unnecessary variables before merging. delete variables DEPVAR_ VARNAME_. * Rename variables containing the constant and the coefficient. rename variables CONST_=rurconst rurscore=rurcoeff. * Re-activate the main household data. dataset activate assets. * merge the coefficients. match files /file = * /table = ruralcorv /by ROWTYPE_. execute. dataset close urbancorv. dataset close ruralcorv. dataset activate assets. filter off. *** Calculate combined wealth score from Urban and Rural Scores. * Use coefficients from urban and rural regressions above. compute combscor=0. print formats combscor (f11.5). write formats combscor (f11.5). ** Urban. if (urban = 1) combscor=urbconst+urbcoeff*urbscore. ** Rural. if (rural = 1) combscor=rurconst+rurcoeff*rurscore. variable labels combscor 'Combined national wealth score'. execute. compute hhwt = QHWEIGHT/1000000. variable labels hhwt 'HH weights'. weight by hhwt. filter off. execute. frequencies variables=combscor comscore /format=notable /ntiles=5 /statistics=stddev mean /histogram normal /order=analysis. filter off. filter by urban. execute. frequencies variables=combscor urbscore /format=notable /ntiles=5 /statistics=stddev mean /histogram normal /order=analysis. filter off. filter by rural. execute. frequencies variables=combscor rurscore /format=notable /ntiles=5 /statistics=stddev mean /histogram normal /order=analysis. filter off. execute. *Calculate quintiles and scores for data file. compute hhmemwt=QHWEIGHT*hhusual/1000000. weight by hhmemwt. variable labels hhmemwt 'HH members weighting for index'. filter off. filter by urban. execute. rank variables=urbscore (A) /rank /ntiles (5) /print=yes /ties=mean. filter off. filter by rural. execute. rank variables=rurscore (A) /rank /ntiles (5) /print=yes /ties=mean. filter off. execute. rank variables=combscor (A) /rank /ntiles (5) /print=yes /ties=mean. variable labels ncombsco 'Combined wealth index' /nurbscor 'Urban wealth index' /nrurscor 'Rural wealth index'. value labels ncombsco nurbscor nrurscor 1 'Lowest' 2 'Second' 3 'Middle' 4 'Fourth' 5 'Highest'. *** Check on quintiles. frequencies variables=ncombsco nurbscor nrurscor. weight by hhwt. ctables /table ( QH101_11+QH101_12+QH101_13+QH101_14+QH101_21+QH101_31+QH101_32+QH101_41+QH101_42+QH101_51+QH101_61+QH101_71+QH101_81+QH101_91+ QH109_11+QH109_12+QH109_13+QH109_14+QH109_21+QH109_22+QH109_23+QH109_31+QH109_41+QH109_51+QH109_61+ QH109_11_sh+QH109_12_sh+QH109_13_sh+QH109_14_sh+QH109_21_sh+QH109_22_sh+QH109_23_sh+QH109_31_sh+QH109_41_sh+QH109_51_sh+ QH113_1+QH113_2+QH113_3+QH113_4+QH113_5+QH113_6+ QH121A+QH121B+QH121C+QH121D+QH121E+QH121F+QH121G+QH121H+QH121I+QH121J+QH121K+QH121L+QH121M+QH121N+QH122A+QH122B+QH122C+QH122D+QH122E+QH122F+QH122G+QH123+ QH142_11+QH142_12+QH142_21+QH142_22+QH142_31+QH142_32+QH142_33+QH142_34+QH142_35+ QH143_11+QH143_12+QH143_13+QH143_21+QH143_22+QH143_23+QH143_24+QH143_31+QH143_32+QH143_33+QH143_35+QH143_36+ QH144_11+QH144_12+QH144_13+QH144_21+QH144_22+QH144_23+QH144_24+QH144_25+QH144_26+QH144_31+QH144_32+QH144_33+QH144_96+QH144_34+QH144_36+ HOUSE+LAND+memsleep+ QH118A_1+QH118A_2+QH118A_3+QH118B_1+QH118B_2+QH118B_3+ QH118C_1+QH118C_2+QH118C_3+QH118D_1+QH118D_2+QH118D_3+ QH118E_1+QH118E_2+QH118E_3+QH118F_1+QH118F_2+QH118F_3+ QH118G_1+QH118G_2+QH118G_3+QH118H_1+QH118H_2+QH118H_3 )[S][Mean F8.3] by (ncombsco+nurbscor+nrurscor)[C] /slabels visible=no. * Alternative instead of ctables. *means tables= QH101_11 QH101_12 QH101_13 QH101_14 QH101_21 QH101_31 QH101_32 QH101_41 QH101_42 QH101_51 QH101_61 QH101_71 QH101_81 QH101_91 QH109_11 QH109_12 QH109_13 QH109_14 QH109_21 QH109_22 QH109_23 QH109_31 QH109_41 QH109_51 QH109_61 QH109_11_sh QH109_12_sh QH109_13_sh QH109_14_sh QH109_21_sh QH109_22_sh QH109_23_sh QH109_31_sh QH109_41_sh QH109_51_sh QH113_1 QH113_2 QH113_3 QH113_4 QH113_5 QH113_6 QH113_8 QH121A QH121B QH121C QH121D QH121E QH121F QH121G QH121H QH121I QH121J QH121K QH121L QH121M QH121N QH122A QH122B QH122C QH122D QH122E QH122F QH122G QH123 QH142_11 QH142_12 QH142_21 QH142_22 QH142_31 QH142_32 QH142_33 QH142_34 QH142_35 QH143_11 QH143_12 QH143_13 QH143_21 QH143_22 QH143_23 QH143_24 QH143_31 QH143_32 QH143_33 QH143_35 QH143_36 QH144_11 QH144_12 QH144_13 QH144_21 QH144_22 QH144_23 QH144_24 QH144_25 QH144_26 QH144_31 QH144_32 QH144_33 QH144_34 QH144_36 QH144_96 HOUSE LAND memsleep QH118A_1 QH118A_2 QH118A_3 QH118B_1 QH118B_2 QH118B_3 QH118C_1 QH118C_2 QH118C_3 QH118D_1 QH118D_2 QH118D_3 QH118E_1 QH118E_2 QH118E_3 QH118F_1 QH118F_2 QH118F_3 QH118G_1 QH118G_2 QH118G_3 QH118H_1 QH118H_2 QH118H_3 by ncombsco nurbscor nrurscor /cells mean count stddev. graph /histogram(normal)=combscor /title= 'Distribution of Households by Wealth Scores'. frequencies variables=combscor /format=notable /ntiles=5 /statistics=stddev minimum maximum semean mean median mode skewness seskew kurtosis sekurt /order=analysis. weight off. filter off. write formats combscor urbscore rurscore (f11.5). * Save final dataset of assets. save outfile='assets.sav'. *** Write out scores file. write outfile='scores.dat' table /QHCLUST QHNUMBER combscor ncombsco urbscore nurbscor rurscore nrurscor. execute.